home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / MW Debug⁄PPC 1.2 / MW Debug_PPC 1.2.rsrc / STR#_10000.txt < prev    next >
Encoding:
Text File  |  1995-04-28  |  3.8 KB  |  273 lines

  1. illegal character constant
  2.  
  3. illegal string constant
  4.  
  5. unexpected end of file
  6.  
  7. unterminated comment
  8.  
  9. undefined preprocessor directive
  10.  
  11. illegal token
  12.  
  13. string too long
  14.  
  15. identifier expected
  16.  
  17. macro '*' redefined
  18.  
  19. illegal argument list
  20.  
  21. too many macro arguments
  22.  
  23. macros too complex or recursive
  24.  
  25. unexpected end of line
  26.  
  27. end of line expected
  28.  
  29. '(' expected
  30.  
  31. ')' expected
  32.  
  33. ',' expected
  34.  
  35. preprocessor Error
  36.  
  37. preceding #if is missing
  38.  
  39. unterminated #if / macro
  40.  
  41. unexpected token
  42.  
  43. declaration syntax error
  44.  
  45. identifier '*' redeclared
  46.  
  47. ';' expected
  48.  
  49. illegal constant expression
  50.  
  51. ']' expected
  52.  
  53. illegal use of 'void'
  54.  
  55. illegal function definition
  56.  
  57. illegal function return type
  58.  
  59. illegal array definition
  60.  
  61. '}' expected
  62.  
  63. illegal struct/union/enum/class definition
  64.  
  65. struct/union/enum/class tag '*' redefined
  66.  
  67. struct/union/class member '*' redefined
  68.  
  69. declarator expected
  70.  
  71. '{' expected
  72.  
  73. illegal use of incomplete struct/union/class
  74.  
  75. struct/union/class size exceeds 32K
  76.  
  77. illegal bitfield declaration
  78.  
  79. division by 0
  80.  
  81. undefined identifier '*'
  82.  
  83. expression syntax error
  84.  
  85. not an lvalue
  86.  
  87. illegal operation
  88.  
  89. illegal operand
  90.  
  91. data type is incomplete
  92.  
  93. type mismatch
  94.  
  95. too many initializers
  96.  
  97. pointer/array required
  98.  
  99. not a struct/union/class
  100.  
  101. '*' is not a struct/union/class member
  102.  
  103. the file '*' cannot be opened
  104.  
  105. illegal instruction for this processor
  106.  
  107. illegal operands for this processor
  108.  
  109. number is out of range
  110.  
  111. illegal addressing mode
  112.  
  113. illegal data size
  114.  
  115. illegal register list
  116.  
  117. branch out of range
  118.  
  119. undefined label '*'
  120.  
  121. reference to label '*' is out of range
  122.  
  123. call of non-function
  124.  
  125. function call does not match prototype
  126.  
  127. illegal use of register variable
  128.  
  129. illegal type cast
  130.  
  131. function already has a stackframe
  132.  
  133. function has no initialized stackframe
  134.  
  135. value is not stored in register
  136.  
  137. function nesting too complex
  138.  
  139. illegal use of keyword
  140.  
  141. ':' expected
  142.  
  143. label '*' redefined
  144.  
  145. case constant defined more than once
  146.  
  147. default label used defined more than once
  148.  
  149. illegal initialization
  150.  
  151. illegal use of inline function
  152.  
  153. illegal type qualifier(s)
  154.  
  155. illegal storage class
  156.  
  157. function has no prototype
  158.  
  159. illegal assignment to constant
  160.  
  161. illegal usage of precompiled header
  162.  
  163. illegal data in precompiled header
  164.  
  165. variable '*' is not used in function
  166.  
  167. illegal usage of direct parameters
  168.  
  169. return value expected
  170.  
  171. variable '*' is not initialized before being used
  172.  
  173. illegal #pragma
  174.  
  175. illegal access to protected/private member
  176.  
  177. ambiguous access to class/struct/union member
  178.  
  179. illegal usage of 'this'
  180.  
  181. unimplemented C++ feature
  182.  
  183. illegal usage of 'HandleObject'
  184.  
  185. illegal access qualifier
  186.  
  187. illegal 'operator' declaration
  188.  
  189. illegal usage of abstract class
  190.  
  191. illegal usage of pure function
  192.  
  193. illegal '&' reference
  194.  
  195. illegal function overloading
  196.  
  197. illegal operator overloading
  198.  
  199. ambiguous access to overloaded function 
  200.  
  201. illegal access declaration
  202.  
  203. illegal 'friend' declaration
  204.  
  205. illegal 'inline' function definition
  206.  
  207. class has no default constructor
  208.  
  209. illegal operator
  210.  
  211. illegal default argument(s)
  212.  
  213. possible unwanted ';'
  214.  
  215. possible unwanted assignment
  216.  
  217. possible unwanted compare
  218.  
  219. illegal implicit conversion
  220.  
  221. Local data >32k
  222.  
  223. illegal jump past initializer
  224.  
  225. illegal ctor initializer
  226.  
  227. cannot construct base class '*'
  228.  
  229. cannot construct direct member '*'
  230.  
  231. #if nesting overflow
  232.  
  233. illegal empty declaration
  234.  
  235. illegal implicit enum conversion
  236.  
  237. illegal usage of #pragma parameter
  238.  
  239. virtual functions cannot be pascal functions
  240.  
  241. illegal implicit const pointer conversion
  242.  
  243. illegal usage of non-static member
  244.  
  245. illegal precompiled header version
  246.  
  247. illegal precompiled header compiler flags or target
  248.  
  249. 'const' or '&' variable needs initializer
  250.  
  251. function declaration hides inherited virtual function
  252.  
  253. pascal function can't be overloaded
  254.  
  255. derived function differs from virtual base function in return type only
  256.  
  257. non-const '&' reference initialized to temporary
  258.  
  259. illegal template declaration
  260.  
  261. '<' expected
  262.  
  263. '>' expected
  264.  
  265. illegal template argument(s)
  266.  
  267. cannot instantiate '*'
  268.  
  269. template redefined
  270.  
  271. template parameter mismatch
  272.  
  273.